home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / easyprocess / source / dragon / dragon.h < prev    next >
C/C++ Source or Header  |  1992-09-07  |  396b  |  19 lines

  1. struct Dragon
  2. {
  3.     struct RastPort    RastPort;
  4.     WORD            Day, Cell,
  5.                     DragonX, DragonY,
  6.                     DuplicateCount,
  7.                     KindCount,
  8.                     MoveX[32], MoveY[32],
  9.                     Duplicate[32][32];
  10. };
  11.  
  12. void main (void);
  13. void MakeDragon (struct Dragon *);
  14. void Dragon (WORD Day, WORD Cell, struct Dragon *);
  15. WORD ReadNumber (BYTE *Buffer, WORD *PosPtr);
  16. WORD Load (struct Dragon *);
  17. void SetUp (void);
  18. void CleanUp(void);
  19.